ossDetail
Description
Query user oss info
Request Method
GET
Request Path
/customer/oss/describe
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
instanceId | Query | String | Yes | No sample value for this parameter. | instanceId |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
result | object | `{"resourcePlanType":"StandardStoragePackage","instanceId":"OSS-ap-southeast-5","billingMethod":"PayAsYouGo","expiredTime":2.177423999E+12}` | No description for this parameter. |
resultCode | string | 0 | No description for this parameter. |
resultMsg | string | success | No description for this parameter. |
Example
Successful Response example
{
"result":
{
"resourcePlanType":"StandardStoragePackage",
"instanceId":"OSS-ap-southeast-5",
"billingMethod":"PayAsYouGo",
"expiredTime":2.177423999E+12
},
"resultCode":"0",
"resultMsg":"success"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}